home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-04-21 | 3.2 KB | 153 lines |
- # Project: EuclidLib
-
-
- # Toolflags:
- CCflags = -c -depend @.!Depend -throwback -IC:
- Linkflags = -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.o.euclidlib: @.o.function @.o.euclid @.o.cache @.o.esprite @.o.ewindow \
- @.o.shape @.o.edraw
- libfile $(libfileflags) @.o.function @.o.euclid @.o.cache @.o.esprite \
- @.o.ewindow @.o.shape @.o.edraw
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.function: @.c.function
- cc $(ccflags) -o @.o.function @.c.function
- @.o.euclid: @.c.euclid
- cc $(ccflags) -o @.o.euclid @.c.euclid
- @.o.cache: @.c.cache
- cc $(ccflags) -o @.o.cache @.c.cache
- @.o.esprite: @.c.esprite
- cc $(ccflags) -o @.o.esprite @.c.esprite
- @.o.ewindow: @.c.ewindow
- cc $(ccflags) -o @.o.ewindow @.c.ewindow
- @.o.shape: @.c.shape
- cc $(ccflags) -o @.o.shape @.c.shape
- @.o.edraw: @.c.edraw
- cc $(ccflags) -o @.o.edraw @.c.edraw
-
-
- # Dynamic dependencies:
- o.example: c.example
- o.example: h.cache
- o.example: h.bool
- o.example: h.euclid
- o.example: h.bool
- o.example: C:h.os
- o.example: h.function
- o.example: h.euclid
- o.example: h.esprite
- o.example: h.bool
- o.example: C:h.sprite
- o.example: h.euclid
- o.example: h.ewindow
- o.example: h.euclid
- o.example: C:h.wimp
- o.example: h.euclid
- o.example: C:h.alarm
- o.example: C:h.baricon
- o.example: C:h.dbox
- o.example: C:h.event
- o.example: C:h.menu
- o.example: C:h.flex
- o.example: C:h.heap
- o.example: C:h.kernel
- o.example: C:h.menu
- o.example: C:h.res
- o.example: C:h.resspr
- o.example: C:h.saveas
- o.example: C:h.xfersend
- o.example: C:h.template
- o.example: C:h.visdelay
- o.example: C:h.werr
- o.example: C:h.wimp
- o.example: C:h.wimpt
- o.example: C:h.win
- o.example: C:h.util
- o.example: C:h.bbc
- o.example: C:h.msgs
- o.example: C:h.werr
- o.example: C:h.wimp
- o.function: c.function
- o.function: h.function
- o.function: h.euclid
- o.function: h.bool
- o.function: C:h.os
- o.euclid: c.euclid
- o.euclid: h.euclid
- o.euclid: h.bool
- o.euclid: C:h.os
- o.euclid: h.euclidswis
- o.euclid: C:h.os
- o.cache: c.cache
- o.cache: h.cache
- o.cache: h.bool
- o.cache: h.euclid
- o.cache: h.bool
- o.cache: C:h.os
- o.shape: c.shape
- o.shape: h.shape
- o.shape: h.euclid
- o.shape: h.bool
- o.shape: C:h.os
- o.edraw: c.edraw
- o.edraw: h.edraw
- o.edraw: h.euclid
- o.edraw: h.bool
- o.edraw: C:h.os
- o.edraw: C:h.os
- o.edraw: C:h.alarm
- o.edraw: C:h.bbc
- o.esprite: c.esprite
- o.esprite: h.esprite
- o.esprite: C:h.sprite
- o.esprite: C:h.os
- o.esprite: h.edraw
- o.esprite: h.euclid
- o.esprite: h.bool
- o.esprite: C:h.os
- o.esprite: C:h.os
- o.esprite: h.bool
- o.esprite: C:h.wimp
- o.esprite: C:h.bbc
- o.ewindow: c.ewindow
- o.ewindow: h.ewindow
- o.ewindow: h.euclid
- o.ewindow: h.bool
- o.ewindow: C:h.os
- o.ewindow: C:h.wimp
- o.ewindow: C:h.sprite
- o.ewindow: h.cache
- o.ewindow: h.bool
- o.ewindow: h.euclid
- o.ewindow: h.edraw
- o.ewindow: h.euclid
- o.ewindow: C:h.os
- o.ewindow: h.esprite
- o.ewindow: C:h.sprite
- o.ewindow: h.edraw
- o.ewindow: h.bool
- o.ewindow: C:h.alarm
- o.ewindow: C:h.bbc
- o.ewindow: C:h.colourtran
- o.ewindow: C:h.font
- o.ewindow: C:h.drawmod
- o.ewindow: C:h.flex
- o.ewindow: C:h.sprite
- o.ewindow: C:h.template
- o.ewindow: C:h.werr
- o.ewindow: C:h.wimpt
- o.ewindow: C:h.win
- o.ewindow: C:h.heap
-